home *** CD-ROM | disk | FTP | other *** search
/ China - A Great Country …ng Tourist Spots in China / China - A Great Country in the East 3: Outstanding Tourist Spots in China.iso / index1.swf / scripts / DefineButton2_329 / BUTTONCONDACTION on(press).as < prev   
Text File  |  2003-01-10  |  136b  |  9 lines

  1. on(press){
  2.    _root.pup = i - 1;
  3.    gotoAndPlay("kw" + _root.pup);
  4.    with(_root.logoa.logob)
  5.    {
  6.       gotoandplay(1);
  7.    }
  8. }
  9.